작업(Windows 10)
앱 확장성 지점과 연결된 백그라운드 작업입니다.
요소 계층 구조
<Task>
구문
<Task
Type = 'A string that can have one of the following values: "general", "audio", "controlChannel", "systemEvent", "timer", "pushNotification", "location", "deviceUse", "deviceServicing", "deviceConnectionChange" or "bluetooth".' />
특성 및 요소
특성
attribute | Description | 데이터 형식 | 필수 | 기본값 |
---|---|---|---|---|
유형 | 작업 유형입니다. | 일반, 오디오, controlChannel, systemEvent, 타이머, pushNotification, 위치, deviceUse, deviceServicing, deviceConnectionChange 또는 bluetooth 값 중 하나를 가질 수 있는 문자열입니다. | 예 |
자식 요소
없음
부모 요소
부모 요소 | Description |
---|---|
BackgroundTasks | windows.backgroundTasks 형식의 앱 확장성 지점을 정의합니다. 백그라운드 작업은 전용 백그라운드 호스트에서 실행됩니다. 즉, UI를 사용하지 않습니다. |
요구 사항
항목 | 값 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/foundation/windows10 |