Interface IScriptsClient
Version:
日本語翻訳に関する免責事項
このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。
Contains functionality to execute scripts.
Namespace: Stylelabs.M.Sdk.Clients
Assembly: Stylelabs.M.Sdk.dll
Syntax
Methods
ExecuteActionScriptAsync(String, JToken)
Executes specified action script.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | identifier |
The identifier of the script. |
| JToken | arguments |
The arguments to pass to the script. |
Returns
| Type | Description |
|---|---|
| Task<JToken> |
The result of the script. If the script didn't set a result, null is returned. |
Exceptions
| Type | Condition |
|---|---|
| NotFoundException |
The script with the specified |
| ScriptException |
Something went wrong during the execution of the script. |