BusinessProcessObject.<Name of business process>.IsLocked
Syntax:
Returned value:
True - business process is locked; False - otherwise.
Description:
Availability:
Note:
Example:
If SelectBP.IsLocked() Then SelectBP.Unlock(); EndIf; |
Syntax:
Returned value:
Description:
Availability:
Note:
Example:
If SelectBP.IsLocked() Then SelectBP.Unlock(); EndIf; |