TRY NEW VERSION

Try now New API BETA

Try out the new view and capabilities of the API documentation

START

EndAction

EndAction(type, description, status)

Specifies the end action for long operations.

Parameters:

Name Type Description
type number

A value which defines an action type which can take "Block" if this is the BlockInteraction action or "Information if this is the Information action.

description string

A string value that specifies the description text for the operation end action.

status string

The error status code. If no error occurs, then an empty string is passed.

Returns:

This method doesn't return any data.

Example

Copy code
window.Asc.plugin.executeMethod ("EndAction", ["Block", "Save to local storage...", ""]);