minutesToComplete property
How many minutes will it take for the user to perform this task?
Typically shown to the user before engaging into this task.
If null
the task has no completion time.
Implementation
int? minutesToComplete;
How many minutes will it take for the user to perform this task?
Typically shown to the user before engaging into this task.
If null
the task has no completion time.
int? minutesToComplete;