Interface: ICmdStatus
Hierarchy​
MobxClearInstance
<typeofCmdStatus
>↳
ICmdStatus
Properties​
done​
• done: boolean
Inherited from​
MobxClearInstance.done
failed​
• failed: boolean
Inherited from​
MobxClearInstance.failed
ready​
• ready: boolean
Inherited from​
MobxClearInstance.ready
running​
• running: boolean
Inherited from​
MobxClearInstance.running
withFailMessage​
• withFailMessage: string
Inherited from​
MobxClearInstance.withFailMessage
withId​
• withId: number
Inherited from​
MobxClearInstance.withId
Methods​
clear​
â–¸ clear(): void
Returns​
void
Inherited from​
MobxClearInstance.clear
finished​
â–¸ finished(err?
): void
Parameters​
Name | Type |
---|---|
err? | Object |
err.err | Object |
err.err.message | string |
Returns​
void
Inherited from​
MobxClearInstance.finished
prepared​
â–¸ prepared(): void
Returns​
void
Inherited from​
MobxClearInstance.prepared
started​
â–¸ started(): void
Returns​
void
Inherited from​
MobxClearInstance.started