MCalComplete函数

用于返回MCal的状态。

格式
MCalComplete

返回值
MCal正常运作时返回 True,除此之外时返回False。

参阅
MCal

MCalComplete函数使用示例

If Not MCalComplete Then
    MCal
EndIf