minutesToComplete property

int? minutesToComplete
getter/setter pair

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;