updateScheduledTask property

  1. @JsonKey.new(name: 'updateScheduledTask')
bool? updateScheduledTask
getter/setter pair

Will this command update the scheduled tasks?

Implementation

@JsonKey(name: 'updateScheduledTask')
bool? updateScheduledTask;