Skip to content

Commit

Permalink
Project support
Browse files Browse the repository at this point in the history
  • Loading branch information
negasora committed Jan 22, 2024
1 parent 96053ff commit 3dd22f4
Show file tree
Hide file tree
Showing 25 changed files with 2,285 additions and 66 deletions.
6 changes: 6 additions & 0 deletions backgroundtask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ string BackgroundTask::GetProgressText() const
}


uint64_t BackgroundTask::GetRuntimeSeconds() const
{
return BNGetBackgroundTaskRuntimeSeconds(m_object);
}


void BackgroundTask::Cancel()
{
BNCancelBackgroundTask(m_object);
Expand Down
Loading

0 comments on commit 3dd22f4

Please sign in to comment.