CidSummary interface
Summary information about a cid in Powergate.
Signature:
export interface CidSummary
Properties
Property | Type | Description |
---|---|---|
cid | string | The cid. |
executingJob? | string | (Optional) The id of the executing job for the cid if there is one. |
queuedJobs | string[] | A list of queued job ids for the cid. |
stored | boolean | Whether or not the data is already stored by Powergate. |