IFluidRunnable Interface
Signature
export interface IFluidRunnable
Methods
Method | Return Type | Description |
---|---|---|
run(args) | Promise<void> | |
stop(reason) | void |
Method Details
run
Signature
run(...args: any[]): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
args | any[] |
Returns
Return type: Promise<void>
stop
Signature
stop(reason?: string): void;
Parameters
Parameter | Modifiers | Type | Description |
---|---|---|---|
reason | optional | string |