Cloud API Overview > @adpt/cloud > action > ShouldAct
action.ShouldAct type
Return type for action.Action.shouldAct() that describes whether an action should be taken and why.
Signature:
export declare type ShouldAct = false | ShouldActDetail;
Adapt v0.3.0: now with Google Cloud Run support!