3 references to IsComplete
aspire (3)
BackchannelJsonSerializerContext.PublishingActivityData.g.cs (2)
126
Getter = static obj => ((global::Aspire.Cli.Backchannel.PublishingActivityData)obj).
IsComplete
,
317
writer.WriteBoolean(PropName_IsComplete, ((global::Aspire.Cli.Backchannel.PublishingActivityData)value).
IsComplete
);
Commands\PipelineCommandBase.cs (1)
673
if (activity.Data.
IsComplete
)