MCalComplete Function

Returns status of MCal.

Syntax
MCalComplete

Return Values
True if MCal has been completed, otherwise False.

See Also
MCal Statement

MCalComplete Function Example

If Not MCalComplete Then
    MCal
EndIf