mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 11:40:11 +03:00
kiln: surface paused in JSON
This commit is contained in:
parent
50c42c3558
commit
038784b0fe
@ -243,6 +243,7 @@
|
||||
%- pairs
|
||||
:~ ship+s+(scot %p ship.rail.a)
|
||||
desk+s+desk.rail.a
|
||||
paused+b+paused.rail.a
|
||||
aeon+(numb aeon.rail.a)
|
||||
next+a+(turn next.a rung)
|
||||
rein+(rein rein.a)
|
||||
|
@ -138,6 +138,10 @@ export interface Vat {
|
||||
* .^(@uv %cz /=desk=)
|
||||
* ```
|
||||
*/
|
||||
/**
|
||||
* True if desk is no longer syncing from upstream
|
||||
*/
|
||||
paused: boolean;
|
||||
hash: string;
|
||||
/**
|
||||
* Current revision
|
||||
|
Loading…
Reference in New Issue
Block a user