You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"content": "Specifies the condition that determines whether the provided runnable should be executed. If this condition evaluates to true, the execution proceeds with the runnable defined in the second parameter."
}
],
"documentation": []
},
{
"dataTypeIdentifier": {
"dataTypeIdentifier": "RUNNABLE"
},
"runtimeName": "runnable",
"defaultValue": null,
"name": [
{
"code": "en-US",
"content": "Runnable"
}
],
"description": [
{
"code": "en-US",
"content": "Defines the runnable that runs if the condition evaluates to true."
}
],
"documentation": []
}
],
"returnTypeIdentifier": null,
"throwsError": false,
"genericKeys": [],
"name": [
{
"code": "en-US",
"content": "If"
}
],
"description": [
{
"code": "en-US",
"content": "The 'If' runnable evaluates a boolean condition and, if it is true, executes the provided runnable. If the condition is false, execution continues without running the runnable."
}
],
"documentation": [],
"alias": [
{
"code": "en-US",
"content": "if;control;std"
}
],
"displayMessage": [
{
"code": "en-US",
"content": "If ${condition} is True do ${runnable}"