 | BpmProcessContinue(LinkPropertyBpmProcessStage, LinkPropertyBpmProcessState, LinkPropertyBpmSimpleElement, Boolean, Boolean) - метод |
Продолжает выполнение процесса.
Пространство имён:
FinistSoft.Engine.Objects
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксисinternal static IProcessResult Continue(
LinkProperty<BpmProcessStage> previousStageLink,
LinkProperty<BpmProcessState> currentStateLink,
LinkProperty<BpmSimpleElement> elementLink,
bool isLowLevel,
bool withContinue
)
Friend Shared Function Continue (
previousStageLink As LinkProperty(Of BpmProcessStage),
currentStateLink As LinkProperty(Of BpmProcessState),
elementLink As LinkProperty(Of BpmSimpleElement),
isLowLevel As Boolean,
withContinue As Boolean
) As IProcessResult
Dim previousStageLink As LinkProperty(Of BpmProcessStage)
Dim currentStateLink As LinkProperty(Of BpmProcessState)
Dim elementLink As LinkProperty(Of BpmSimpleElement)
Dim isLowLevel As Boolean
Dim withContinue As Boolean
Dim returnValue As IProcessResult
returnValue = BpmProcess.Continue(previousStageLink,
currentStateLink, elementLink, isLowLevel,
withContinue)
internal static function Continue(
previousStageLink : LinkProperty<BpmProcessStage>,
currentStateLink : LinkProperty<BpmProcessState>,
elementLink : LinkProperty<BpmSimpleElement>,
isLowLevel : boolean,
withContinue : boolean
) : IProcessResult
Параметры
- previousStageLink
- Тип: FinistSoft.ObjectsLinkPropertyBpmProcessStage
Предыдущий этап выполнения. - currentStateLink
- Тип: FinistSoft.ObjectsLinkPropertyBpmProcessState
Текущее состояние. - elementLink
- Тип: FinistSoft.ObjectsLinkPropertyBpmSimpleElement
Выполняемый элемент. - isLowLevel
- Тип: SystemBoolean
Признак процесса низкого уровня. - withContinue
- Тип: SystemBoolean
Признак продолжения.
Возвращаемое значение
Тип:
IProcessResultРезультат продолжения выполнения процесса.
ЗаметкиЗакончили редактирование формы. Перед вызовом функции должны сохранить состояние формы после редактирования.
См. также