Sets whether or not the job item should be created.
bool $should_create_item: TRUE if the job item should be created, FALSE if not.
public function setShouldCreateItem($should_create_item) { $this->shouldCreateItem = $should_create_item; }