Constructor
new RunAction()
- Source:
Examples
{
"run": {
"action": "myActionName"
}
}
//Shorthand example
{
"run": "myActionName"
}
An action 'run' that runs another action, and continuing no matter the outcome of the other action.
{
"run": {
"action": "myActionName"
}
}
//Shorthand example
{
"run": "myActionName"
}