__gogreen __pwr
Instructs the computer to logoff/sleep/hibernate/poweroff.
Instructs the computer to hibernate.
__gogreen
Instructs the computer to hibernate.
<no parameters>
no parameters |
Mode | Target |
---|---|
All | Global |
None
Instructs the computer to logoff/sleep/hibernate/poweroff.
__gogreen "sleep"
Instructs the computer to go to sleep.
<Text: "logoff"|"sleep"|"hibernate"|"poweroff">
Text | "logoff" | Instructs the computer to logoff. |
Text | "sleep" | Instructs the computer to sleep. |
Text | "hibernate" | Instructs the computer to hibernate. |
Text | "poweroff" | Instructs the computer to poweroff. |
Mode | Target |
---|---|
All | Global |
None
Forces or instructs the computer to logoff/sleep/hibernate/poweroff.
__gogreen "sleep" True
Forces the computer to sleep, even if other applications refuse.
<Text: "logoff"|"sleep"|"hibernate"|"poweroff"> Boolean
Text | "logoff" | Instructs the computer to logoff. |
Text | "sleep" | Instructs the computer to sleep. |
Text | "hibernate" | Instructs the computer to hibernate. |
Text | "poweroff" | Instructs the computer to poweroff. |
Boolean | True forces the computer to logoff/sleep/hibernate/poweroff, even if other applications refuse. False does not force the computer to logoff/sleep/hibernate/poweroff, if other applications refuse. |
Mode | Target |
---|---|
All | Global |
None
Forces or instructs the computer to logoff/sleep/hibernate/poweroff after a certain number of seconds.
__gogreen "poweroff" True 60
Forces the computer to poweroff in 60 seconds, even if other applications refuse.
<Text: "logoff"|"sleep"|"hibernate"|"poweroff"> Boolean Integer
Text | "logoff" | Instructs the computer to logoff. |
Text | "sleep" | Instructs the computer to sleep. |
Text | "hibernate" | Instructs the computer to hibernate. |
Text | "poweroff" | Instructs the computer to poweroff. |
Boolean | True forces the computer to logoff/sleep/hibernate/poweroff, even if other applications refuse. False does not force the computer to logoff/sleep/hibernate/poweroff, if other applications refuse. | |
Integer | Number of seconds before the computer will logoff/sleep/hibernate/poweroff. |
Mode | Target |
---|---|
All | Global |
None