task

แสดงที่เลิกใช้งานแล้ว

*เนื้อหานี้จะพร้อมใช้งานในภาษาที่คุณเลือกในเร็วๆ นี้

The task library allows for functions and threads to be scheduled with the Task Scheduler.

The functions available in this library generally support functions and threads. In most cases using a function is sufficient, but for more advanced cases it's recommended you familiarize yourself with the coroutine library.

สรุป

ฟังก์ชัน

ฟังก์ชัน

พารามิเตอร์

functionOrThread: function | coroutine
...: Variant

ส่งค่ากลับ

พารามิเตอร์

functionOrThread: function | coroutine
...: Variant

ส่งค่ากลับ

พารามิเตอร์

duration: number
functionOrThread: function | coroutine
...: Variant

ส่งค่ากลับ

desynchronize

void

ส่งค่ากลับ

void

synchronize

void

ส่งค่ากลับ

void

wait

พารามิเตอร์

duration: number
ค่าเริ่มต้น: 0

ส่งค่ากลับ

cancel

void

พารามิเตอร์

thread: coroutine

ส่งค่ากลับ

void