WaitType
Enum net10.0
Specifies the type of Wait applied to dependency resources.
namespace Aspire.Hosting.ApplicationModel;
public sealed enum WaitTypeEnum Members
Section titled Enum MembersWaitUntilHealthyDependent resource will wait until resource starts and all health checks are satisfied.
WaitForCompletionDependent resource will wait until resource completes.
WaitUntilStartedDependent resource will wait until resource enters the Running state.