An operation such as a command or shell execution.
| Type | Name and description |
|---|---|
void |
addInteraction(groovy.lang.Closure closure)Adds an interaction. |
void |
startAsync(groovy.lang.Closure closure)Start the operation asynchronously. |
int |
startSync()Start the operation synchronously. |
Adds an interaction.
closure - definition of interactionStart the operation asynchronously.
closure - callbackStart the operation synchronously.