| ProcessControllerTerminateProcesses Method (IntegerList, SqlConnection, SqlTransaction) |
Method terminates processes of the given ids
and returns ids of those processes, that can not be terminated.
A process cannot be terminated if it is a
- process template, and/or
- completed/terminated process, and/or
- no permissions to terminate the process
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static IntegerList TerminateProcesses(
IntegerList processIds,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- processIds
- Type: IntegerList
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
IntegerList
See Also