Click or drag to resize

PluginContext.Shutdown Method

Gracefully terminates current host process. Plugin may call this method to stop working.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V7Preview7 (in Resto.Front.Api.V7Preview7.dll)
Syntax
C#
public static void Shutdown(
	string reason = null
)

Parameters

reason (Optional)
Type: System.String
See Also