Crashpad
 
Loading...
Searching...
No Matches
crashpad::internal::ScopedBackgroundTask Class Reference

Marks the start of a task that should continue if the application enters the background. More...

#include "util/ios/scoped_background_task.h"

Public Member Functions

 ScopedBackgroundTask (const char *task_name)
 
 ScopedBackgroundTask (const ScopedBackgroundTask &)=delete
 
ScopedBackgroundTaskoperator= (const ScopedBackgroundTask &)=delete
 

Detailed Description

Marks the start of a task that should continue if the application enters the background.

Constructor & Destructor Documentation

◆ ScopedBackgroundTask()

crashpad::internal::ScopedBackgroundTask::ScopedBackgroundTask ( const char * task_name)
Parameters
[in]task_nameA string used in debugging to indicate the reason the activity began. This parameter must not be nullptr or an empty string.

The documentation for this class was generated from the following files: