Table of Contents

ExecutionToken

Namespace
ZCore
Extends
Inherited Properties
Inherited Methods
Implements
FUNCTION_BLOCK ExecutionToken EXTENDS ZCore.StartToken IMPLEMENTS ZCore.IObject, ZCore.IStartToken, ZCore.IRecoverable, ZCore.IError (
 [output] State : ObjectState,
 [output] Diagnostics : DiagnosticMessage)

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.

Constructor

FB_init

METHOD FB_init (
 [input] bInitRetains : BOOL,
 [input] bInCopyCode : BOOL) : BOOL

Inputs

bInitRetains BOOL

if TRUE, the retain variables are initialized (warm start / cold start)

bInCopyCode BOOL

if TRUE, the instance afterwards gets moved into the copy code (online change)

Returns

BOOL