Background for Skyrim SE
Member of the SpawnerTask script
voidfunctionCancel(inthandle)NativeGlobal

Description

Documentation Comment

Cancels a task before running it and frees its allocated resources.
Tasks cannot be canceled once they have been started with Run, and vice versa.


Caveats


Parameters

inthandle


Examples

Auto-Generated Example

int myInt__handle

SpawnerTask.Cancel(myInt__handle)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.