Prajna


TaskLaunchMode

Enumeration Class that controls the behavior of the remote container launch

Record Fields

Record FieldDescription
DonotLaunch
Signature: TaskLaunchMode
Modifiers: static

Do not launch a remote container, usually used to close a service in remote container.

LaunchAndDisregardDifferentVersion
Signature: TaskLaunchMode
Modifiers: static

Launch a remote container, don't check whether there are containers of different signatures.

LaunchAndFailWhenDifferentVersionExist
Signature: TaskLaunchMode
Modifiers: static

Launch a remote container, fail if there are containers of different signatures.

LaunchAndTerminateDifferentVersion
Signature: TaskLaunchMode
Modifiers: static

Launch a remote container, if there are containers of different signature exist, terminate those containers (with an outdated execution roster).

Fork me on GitHub