Skip to content

Stop running Stopwatch #110

@JOEcom

Description

@JOEcom

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions