ReplicatorActivity.IsExecuting(Int32) 方法

定义

指示指定的子活动当前是否正在执行。

public:
 bool IsExecuting(int index);
public bool IsExecuting(int index);
member this.IsExecuting : int -> bool
Public Function IsExecuting (index As Integer) As Boolean

参数

index
Int32

子活动的索引位置。

返回

true 如果子活动正在执行,则为否则,为 false.

适用于