end

abstract fun end(success: Boolean?, endTime: JsInt53 = definedExternally)(source)

Signal that execution has ended.

Parameters

success

If true, a green check is shown on the cell status bar. If false, a red X is shown. If undefined, no check or X icon is shown.

endTime

The time that execution finished, in milliseconds in the Unix epoch.

Online Documentation