One word indicating that a process is not yet finished [closed]

Solution 1:

Ongoing MW

adjective Being actually in process

Solution 2:

These seem very obvious:

incomplete

unfinished

Solution 3:

How about pending?

Oxford dictionaries defines pending as:

Awaiting decision or settlement

Solution 4:

in progress — M-W

Definition:

happening or being done

Example:

Several projects are now in progress.

Solution 5:

Easy solution:

Drop the "notyet" from the term you're using already, reverse the boolean operators, and you're finished.

Thus:

finished = true (It's finished)

finished = false (It's not finished)

For a more technical term you could replace the easily understood with something else such as complete or done or even effectuated. : )