• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# TransientTask_DelaySuspendInfo
2
3
4## Overview
5
6The TransientTask_DelaySuspendInfo struct describes the returned information about a transient task.
7
8**Since**: 13
9
10**Related module**: [TransientTask](_transient_task.md)
11
12
13## Summary
14
15
16### Member Variables
17
18| Name| Description|
19| -------- | -------- |
20| int32_t [requestId](#requestid) | Request ID of a transient task. |
21| int32_t [actualDelayTime](#actualdelaytime) | Remaining time, in ms. |
22
23
24## Member Variable Description
25
26
27### actualDelayTime
28
29```
30int32_t TransientTask_DelaySuspendInfo::actualDelayTime
31```
32**Description**
33Remaining time, in ms.
34
35
36### requestId
37
38```
39int32_t TransientTask_DelaySuspendInfo::requestId
40```
41**Description**
42Request ID of a transient task.
43