class Ens.BPL.Sync
extends Ens.BPL.Activity
Provides the ability to synchronize on one or more asynchronous calls
property AllowResync
as %Boolean [ InitialExpression = 0 ];
This holds the allow-resync flag
property Calls
as %String(MAXLEN="");
This holds the comma delimited list of names of calls to wait for
property Timeout
as %String;
This holds the timeout
property Type
as %String [ InitialExpression = "all" ];
This holds the type, 'any' = wait for any call to complete,
'all' = wait for all calls to complete