Skip to content

Instantly share code, notes, and snippets.

@jwulf
Last active February 29, 2020 09:23
Show Gist options
  • Save jwulf/07c06339bf28d765c02ba3dcc3ac0f5d to your computer and use it in GitHub Desktop.
Save jwulf/07c06339bf28d765c02ba3dcc3ac0f5d to your computer and use it in GitHub Desktop.
public createWorker(
id: string | null,
taskType: string,
taskHandler: ZB.ZBWorkerTaskHandler,
options: ZB.ZBWorkerOptions & ZB.ZBClientOptions = {} as any,
onConnectionError?: ZB.ConnectionErrorHandler
) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment