次の方法で共有


WaitBehavior Enum

Definition

Specifies the behavior of the wait.

public enum WaitBehavior
type WaitBehavior = 
Public Enum WaitBehavior
Inheritance
WaitBehavior

Fields

Name Value Description
WaitOnDependencyFailure 0

If the dependency fails, ignore the failure and continue waiting.

StopOnDependencyFailure 1

If the dependency fails, stop waiting and fail the wait.

Applies to