Assembly: BPM;
The IBProcessStarter interface contains basic properties and methods used for starting process.
IBProcessStarter
The interface is basic for the IBProcessSimpleStarter interface.
| Property name | Brief description | |
![]() |
CheckAllLevels | The CheckAllLevels property determines whether to check for presence of all subprocesses and their steps. |
![]() |
LogInfo | The LogInfo property determines the message recorded to log on process startup. |
![]() |
Process | The Process property returns started process. |
![]() |
StartResult | The StartResult property returns process startup result. |
| Method name | Brief description | |
![]() |
CreateLogInfo | The CreateLogInfo method creates a process start message recorded to log. |
![]() |
Start | The Start method starts a process according to specified settings. |
See also: