-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Milestone
Description
Is there a way to stop a running TimeEntry?
I have started the stopwatch with CreateTimeEntryAsync().
var now = DateTimeOffset.UtcNow; var timeEntryRequest = new TimeEntryRequest { Start = now, ProjectId = projectId, TaskId = taskId, }; var createResult = await clockify.CreateTimeEntryAsync(_workspaceId, timeEntryRequest);
Now I want to stop the stopwatch without starting a new time entry.
Metadata
Metadata
Assignees
Labels
No labels