Share via


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

适用于

另请参阅