<div class="content"><p>The SC_ACTION_TYPE enumeration specifies action levels for
the <b>Type</b> member of the <a href="5e3e9ca1-6c33-4c94-bf36-c5b75262d7d6" data-linktype="relative-path">SC_ACTION</a> structure.</p><dl>
<dd>
<div><pre> typedef [v1_enum] enum _SC_ACTION_TYPE
 {
   SC_ACTION_NONE = 0,
   SC_ACTION_RESTART = 1,
   SC_ACTION_REBOOT = 2,
   SC_ACTION_RUN_COMMAND = 3
 } SC_ACTION_TYPE;
</pre></div>
</dd></dl><p><b>SC_ACTION_NONE:  </b>No action.</p><p><b>SC_ACTION_RESTART:  </b>Restart the service.</p><p><b>SC_ACTION_REBOOT:  </b>Reboot the computer.</p><p><b>SC_ACTION_RUN_COMMAND:  </b>Run a command.</p></div>