grupo triggerGroup
Define o grupo de gatilhos.
<xs:group name="triggerGroup">
<xs:choice>
<xs:element name="BootTrigger"
type="bootTriggerType"
minOccurs="0"
/>
<xs:element name="RegistrationTrigger"
type="registrationTriggerType"
minOccurs="0"
/>
<xs:element name="IdleTrigger"
type="idleTriggerType"
minOccurs="0"
/>
<xs:element name="TimeTrigger"
type="timeTriggerType"
minOccurs="0"
/>
<xs:element name="EventTrigger"
type="eventTriggerType"
minOccurs="0"
/>
<xs:element name="LogonTrigger"
type="logonTriggerType"
minOccurs="0"
/>
<xs:element name="SessionStateChangeTrigger"
type="sessionStateChangeTriggerType"
minOccurs="0"
/>
<xs:element name="CalendarTrigger"
type="calendarTriggerType"
minOccurs="0"
/>
</xs:choice>
</xs:group>
Elementos filho
Elemento | Type | Descrição |
---|---|---|
BootTrigger | bootTriggerType | Um gatilho que inicia uma tarefa quando o sistema é inicializado. |
CalendarTrigger | calendarTriggerType | Um gatilho que inicia uma tarefa com base em um agendamento diário, semanal, mensal ou mensal (DOW). |
EventTrigger | eventTriggerType | Um gatilho que inicia uma tarefa quando ocorre um evento do sistema. |
IdleTrigger | idleTriggerType | Um gatilho que inicia uma tarefa quando o computador entra em um estado ocioso. |
LogonTrigger | logonTriggerType | Um gatilho que inicia uma tarefa quando um usuário faz logon. |
RegistrationTrigger | registrationTriggerType | Um gatilho que inicia uma tarefa quando a tarefa é registrada. |
SessionStateChangeTrigger | sessionStateChangeTriggerType | Um gatilho que inicia uma tarefa quando uma sessão do Terminal Server altera o estado. |
TimeTrigger | timeTriggerType | Um gatilho que inicia uma tarefa quando o gatilho é ativado. |
Comentários
Ao ler ou gravar XML, os elementos definidos por esse grupo são os elementos filho do elemento Triggers .
Requisitos
Requisito | Valor |
---|---|
Cliente mínimo com suporte |
Windows Vista [somente aplicativos da área de trabalho] |
Servidor mínimo com suporte |
Windows Server 2008 [somente aplicativos da área de trabalho] |