 | BpmProcessRunLowLevelProcess - метод |
Запускает низкоуровневый процесс.
Пространство имён:
FinistSoft.Engine.Objects
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксисinternal static IProcessResult RunLowLevelProcess(
StringProperty schemeTextId,
DataListsTree dataListsTree
)
Friend Shared Function RunLowLevelProcess (
schemeTextId As StringProperty,
dataListsTree As DataListsTree
) As IProcessResult
Dim schemeTextId As StringProperty
Dim dataListsTree As DataListsTree
Dim returnValue As IProcessResult
returnValue = BpmProcess.RunLowLevelProcess(schemeTextId,
dataListsTree)
internal static function RunLowLevelProcess(
schemeTextId : StringProperty,
dataListsTree : DataListsTree
) : IProcessResult
Параметры
- schemeTextId
- Тип: FinistSoft.ObjectsStringProperty
Текстовый идентификатор схемы. - dataListsTree
- Тип: FinistSoft.ObjectsDataListsTree
Набор параметров.
Возвращаемое значение
Тип:
IProcessResultРезультат выполнения процесса.
См. также