TaskD Manager Interface
The user-side code calls this function to initializeTaskD Manager.
Table 1 Parameter description
| Parameter | Type | Description |
|---|---|---|
| config | dict:{str : str} | TaskD Manager configuration information, passed in as key-value pairs. The keys include:
|
Table 2 Return value description
| Return Value Type | Description |
|---|---|
| bool | Indicates whether the initialization is successful.
|
The user-side code calls this function to start TaskD Manager.
None
Table 1 Return value description
| Return Value Type | Description |
|---|---|
| bool | Indicates whether the startup was successful.
|