def init_taskd_proxy(config : dict) -> bool:
Description
Initializes TaskD Proxy. This API is called in user code.
Input Parameters
Parameter |
Type |
Description |
|---|---|---|
config |
dict:{str : str} |
TaskD Proxy information, including the TaskD Proxy and network configurations.
|
Return Value
Type |
Description |
|---|---|
Bool |
Whether initialization is successful.
|
Parent topic: TaskD Proxy APIs