TransientTask_TransientTaskInfo

typedef struct TransientTask_TransientTaskInfo {...} TransientTask_TransientTaskInfo

Overview

A struct that describes all transient task information. The struct returns all transient task information, including the remaining quota of the current day.

Since: 20

Related module: TransientTask

Header file: transient_task_type.h

Summary

Member Variables

Name Description
int32_t remainingQuota Remaining quota of the current day, in ms.
TransientTask_DelaySuspendInfo transientTasks[TRANSIENT_TASK_MAX_NUM] All requested transient task information, including the task request ID and remaining time, in ms.