1# TransientTask_TransientTaskInfo 2 3## Overview 4 5A struct that describes all transient task information. 6 7**Since**: 20 8 9**Related module**: [TransientTask](capi-transienttask.md) 10 11**Header file**: [transient_task_type.h](capi-transient-task-type-h.md) 12 13## Summary 14 15### Member Variables 16 17| Name | Description| 18|-------------------------------------------------------------------------------------------------------------------------------| -- | 19| int32_t remainingQuota | Remaining quota of the current day, in ms.| 20| [TransientTask_DelaySuspendInfo](capi-transienttask-transienttask-delaysuspendinfo.md) transientTasks [TRANSIENT_TASK_MAX_NUM](#transient_task_max_num) | All requsted transient task information, including the task request ID and remaining time, in ms.| 21 22## Macro Description 23 24### TRANSIENT_TASK_MAX_NUM 25 26``` 27#define TRANSIENT_TASK_MAX_NUM 3 28``` 29**Description** 30 31Defines the maximum number of transient tasks at the same time. 32 33**Since**: 20 34