Skip navigation links

Package com.bosch.iot.dm.groovy.exec

Provides execution context Service API.

See: Description

Package com.bosch.iot.dm.groovy.exec Description

Provides execution context Service API.

The main (and only) interface of the Service is ExecutionControlScriptService, which is bound in groovy under the aliases: "execution", "exec" or "ex".

Contains methods for: For instance method execution.stayRunning() can be used to leave the current Task execution running and never be reported as completed, while method {execution.asyncSleep(millis) might be used to make the current execution wait for some period of time before proceeding with further work.

Example usage might look like follows:
Skip navigation links