Shutdown

Shutsdown the machine by perfoming a shutdown -h now

Example:


	{
		"type": "Shutdown",
		"options": {
			"time": "+5" //wait 5 minutes before shutdown
		}
	}
	

Options:

time

TIME parameter passed to shutdown as follows shutdown -h TIME

Type: string

Default: now