actionGroup 그룹

태스크가 수행할 수 있는 작업 그룹을 정의합니다.

<xs:group name="actionGroup">
    <xs:choice>
        <xs:element name="Exec"
            type="execType"
         />
        <xs:element name="ComHandler"
            type="comHandlerType"
         />
        <xs:element name="SendEmail"
            type="sendEmailType"
         />
        <xs:element name="ShowMessage"
            type="showMessageType"
         />
    </xs:choice>
</xs:group>

자식 요소

요소 Type Description
ComHandler comHandlerType 처리기를 발생시키는 작업을 나타냅니다.
Exec execType 명령줄 작업을 실행하는 작업을 나타냅니다.
SendEmail sendEmailType 전자 메일 메시지를 보내는 작업을 나타냅니다.
ShowMessage showMessageType 메시지 상자를 표시하는 작업을 나타냅니다.

설명

XML을 읽거나 쓸 때 이 그룹에서 정의한 요소는 Actions 요소의 자식 요소입니다.

요구 사항

요구 사항
지원되는 최소 클라이언트
Windows Vista [데스크톱 앱만 해당]
지원되는 최소 서버
Windows Server 2008 [데스크톱 앱만 해당]

추가 정보

작업 Scheduler