ACDeviceTaskGroup Class Reference

Inherits from NSObject
Declared in ACDeviceTaskGroup.h

  groupId

任务组id

@property (nonatomic, copy) NSString *groupId

Declared In

ACDeviceTaskGroup.h

  name

任务组名称

@property (nonatomic, copy) NSString *name

Declared In

ACDeviceTaskGroup.h

  tasks

任务数组

@property (nonatomic, strong) NSArray<ACDeviceTask*> *tasks

Declared In

ACDeviceTaskGroup.h

+ groupWithDict:

使用字典初始化

+ (instancetype)groupWithDict:(NSDictionary *)dict

Parameters

dict

属性字典

Declared In

ACDeviceTaskGroup.h