Tuya iOS Smart Life App SDK 5.15.0
<ThingModuleLaunchTaskBlueprint> Protocol Reference

#import <ThingModuleLaunchTaskBlueprint.h>

Inheritance diagram for <ThingModuleLaunchTaskBlueprint>:
<ThingModuleBaseBlueprint> <ThingModuleBaseBlueprint> ThingModuleTaskManager ThingModuleTaskManager

Instance Methods

(void) - registLaunchTask:
 
(void) - registLaunchTaskFromArray:
 
(void) - executeLaunchTasks
 
(void) - registLaunchTask:
 
(void) - registLaunchTaskFromArray:
 
(void) - executeLaunchTasks
 

Properties

BOOL enableCircleCheck
 

Additional Inherited Members

- Class Methods inherited from <ThingModuleBaseBlueprint>
(instancetype) + oneInstance
 
(instancetype) + oneInstance
 

Detailed Description

Definition at line 15 of file ThingModuleLaunchTaskBlueprint.h.

Method Documentation

◆ executeLaunchTasks [1/2]

- (void) executeLaunchTasks

◆ executeLaunchTasks [2/2]

- (void) executeLaunchTasks

◆ registLaunchTask: [1/2]

- (void) registLaunchTask: (Class< ThingLaunchTaskProtocol >)  taskCls

◆ registLaunchTask: [2/2]

- (void) registLaunchTask: (Class< ThingLaunchTaskProtocol >)  taskCls

◆ registLaunchTaskFromArray: [1/2]

- (void) registLaunchTaskFromArray: (NSArray< Class< ThingLaunchTaskProtocol > > *)  taskArr

◆ registLaunchTaskFromArray: [2/2]

- (void) registLaunchTaskFromArray: (NSArray< Class< ThingLaunchTaskProtocol > > *)  taskArr

Property Documentation

◆ enableCircleCheck

- (BOOL) enableCircleCheck
readwritenonatomicassign

是否开启依赖的成环检测 默认仅在DEBUG下开启

Definition at line 17 of file ThingModuleLaunchTaskBlueprint.h.


The documentation for this protocol was generated from the following files: