End critical block

20% Command group 20% Flag affected 20% Reversible 20% Execute on client 20% Platform(s)
Threads NO NO NO All

Syntax

End critical block

Description

End critical block is only applicable to the multithreaded server. It marks the end of a critical block.

See Begin critical block for more information on critical blocks.

Example

Begin critical block
  Calculate cClassVar as $cinst.$getvalue()
End critical block