Gio.Cancellable.prototype.reset
function reset(): void {
// Gjs wrapper for g_cancellable_reset()
}
Resets cancellable to its uncancelled state.
If cancellable is currently in use by any cancellable operation then the behavior of this function is undefined.