Skip to content

Commit

Permalink
GITBOOK-11: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
code-xhyun authored and gitbook-bot committed May 2, 2024
1 parent 68fdd3f commit 312b626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gitbook/docs/creating-jobs/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@



## `pulse.create(name, data?)`
## `pulse.create(name, data)`

{% hint style="info" %}
The `create` method generates a new job instance based on a specified job type and data. It is a preliminary step in the job lifecycle, allowing for the customization of job parameters before the job is scheduled and executed.\
Expand All @@ -29,7 +29,7 @@ analysisJob.save()

#### Returns

* **`Job`**: Returns a new `Job` instance configured with the provided name and data.
* **`Job<T extends JobAttributesData>`**: Returns a new `Job` instance configured with the provided name and data.

\

Expand Down

0 comments on commit 312b626

Please sign in to comment.