Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.


Appendix E iProcess Server Manager Interfaces : doStopProcesses()

doStopProcesses()
Method
Purpose
This method stops one ore more iProcess Engine processes on the current server. If no parameters are passed, all processes on the current server are stopped. Use the ProcessType parameter to stop processes of a specified type. If you use this parameter you can also specify a specific process instance with the ProcessInstance parameter. You can also specify optional arguments to perform a forced shutdown, which stops processes regardless of any active user sessions.
Type
Synchronous, IMPACT_INFO.
Arguments
 
Logical process instance of the process to stop. Must be used in conjunction with the ProcessType parameter. A value of 0 means that all instances of the indicated process type are stopped.
Whether the shutdown is forced. If 1, users are given 300 seconds before the forced shutdown begins.
Errors
 
ProcessType is not a valid process type.
Processes of type ProcessType cannot be stopped independently.
See Also
getIsTypeDynamic()

Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.