Platform Core .NET Assemblies API
CreateIntermediateTimerJob Method
See Also  Send Feedback
Terrasoft.Core.Scheduler Namespace > AppScheduler Class : CreateIntermediateTimerJob Method
jobName
Job name.
jobGroup
The name of the group that the job belongs to.
processElementUId
Id of the “Timer” element of process.
workspaceName
The workspace in which you want to start the process.
userName
The user on behalf of which the process will be started.
isSystemUser
A flag of the system user. If true, the process will run on behalf of the user name from the "System operations user" system setting.

Glossary Item Box

Create a job to register an intermediate processing timer for the business process.

Syntax

 
C#
 
 

Parameters

jobName
Job name.
jobGroup
The name of the group that the job belongs to.
processElementUId
Id of the “Timer” element of process.
workspaceName
The workspace in which you want to start the process.
userName
The user on behalf of which the process will be started.
isSystemUser
A flag of the system user. If true, the process will run on behalf of the user name from the "System operations user" system setting.

Exceptions

ExceptionDescription
Terrasoft.Common.ArgumentNullOrEmptyExceptionIf the empty string or null value is passed as the jobName, jobGroup, processElementUId, workspaceName and userName parameters.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Terrasoft 2002-2018.