Static
markAsDelivered
markAsDelivered: {
handleIdle(): void;
handleProcessing(): void;
invoke(): Promise<void>;
push(func: Func, lane?: string): void;
shift(): void;
} = ...
Type declaration
-
handleIdle:function
- handleIdle(): void
-
Returns void
-
handleProcessing:function
- handleProcessing(): void
-
Returns void
-
invoke:function
- invoke(): Promise<void>
-
Returns Promise<void>
-
push:function
- push(func: Func, lane?: string): void
-
Parameters
-
func: Func
-
Optional
lane: string
Returns void
-
shift:function
- shift(): void
-
Returns void