To hide the Edit link when the record status is "processed", use the following code in the List page: After record processed event.
Note: Change values in red to match your project settings.
if data("status")="processed" then
pageObject.hideItem "grid_edit", recordId
end if
See also:
•JavaScript API: makeReadonly()