ICompletionSession.IsStarted 属性

定义

确定完成会话是否已启动。

public:
 property bool IsStarted { bool get(); };
public:
 property bool IsStarted { bool get(); };
public bool IsStarted { get; }
member this.IsStarted : bool
Public ReadOnly Property IsStarted As Boolean

属性值

Boolean

如果已启动完成会话,则为 true; 否则为 false。

适用于