new ForkTask(fork)
Parameters:
Name | Type | Description |
---|---|---|
fork |
Childprocess#fork | a forked script |
Properties:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
name |
String |
<optional> |
uuid.v4() | the task name |
- Source:
Methods
kill(signal)
Wrapper to child_process.kill(signal) https://nodejs.org/api/process.html#process_process_kill_pid_signal
Parameters:
Name | Type | Description |
---|---|---|
signal |
Number |
- Source:
Returns:
void