Function fetchNotificationsInBackground
- fetchNotificationsInBackground(
currentCommand: string,
argv?: string[],
environment?: ProcessEnv,
): void Parameters
- currentCommand: string
- argv: string[] = process.argv
- environment: ProcessEnv = process.env
Returns void
Fetch notifications in background as a detached process.