Skip to main content

Interface ILifecycleSettings

Represents the interface for lifecycle settings.

Assembly: Meadow.dll
View Source
Declaration
public interface ILifecycleSettings

Properties

RestartOnAppFailure

Gets or sets a value indicating whether to restart on application failure.

View Source
Declaration
bool RestartOnAppFailure { get; set; }

AppFailureRestartDelaySeconds

Gets or sets the delay, in seconds, for restarting after application failure.

View Source
Declaration
int AppFailureRestartDelaySeconds { get; set; }