EndAction
Specifies the end action for long operations.
Parameters:
Name |
Type |
Description |
type |
number
|
A value which defines an action type which can take 0 if this is the Information action or 1 if this is the BlockInteraction action. |
description |
string
|
A string value that specifies the description text for the operation end action. |
Returns:
-
This method doesn't return any data.
Example
Copy code
window.Asc.plugin.executeMethod("EndAction", [1, "Save to local storage..."]);