ExecutionToken
- Namespace
- ZCore
- Extends
- Inherited Properties
- Inherited Methods
- Implements
This functionblock is basically a StartToken. The difference is, that the property MonitorExecution is set to TRUE, which leads to the behavior described under MonitorExecution.
FUNCTION_BLOCK ExecutionToken EXTENDS ZCore.StartToken IMPLEMENTS ZCore.IObject, ZCore.IStartToken, ZCore.IRecoverable, ZCore.IError
Constructor
FB_init
METHOD FB_init (
bInitRetains : BOOL,
bInCopyCode : BOOL) : BOOL
Inputs
bInitRetains
BOOLif TRUE, the retain variables are initialized (warm start / cold start)
bInCopyCode
BOOLif TRUE, the instance afterwards gets moved into the copy code (online change)
Returns
- BOOL